home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / prcmscrp.arc / PRCM2.NEW < prev    next >
Text File  |  1985-11-01  |  5KB  |  131 lines

  1.  
  2.                  ProComm (TM) Version 2.0 Description
  3.  Copyright (C) 1985 PIL Software Systems, Bruce Barkelew and Tom Smith
  4.  
  5. OK folks, here it is.  For your information, we have switched from Computer
  6. Innovations C86 compiler to version 3.0 of the Microsoft C compiler.  We
  7. strongly recommmend the MS C compiler; it's the nicest we've worked with.
  8. In addition to the compiler change, Bruce has converted all the interrupt
  9. and asynch stuff into assembler.
  10.  
  11. A number of things have changed since 1.1, and you will need to delete your
  12. existing .PRM and .KEY files.  We would suggest going directly to the setup
  13. screen (ALT-S) to make sure everything is kosher for your setup.
  14.  
  15. Here's a short description of the new or changed features in version 2.0.
  16.  
  17. 1) Switch from CI-C86 "C" compiler to Microsoft "C" 3.0
  18.  
  19. 2) List dialing (ALT-R)
  20.         Enter 1 or more entries from the dialing directory to be called
  21.         in a circular fashion.  Just press enter to call the last
  22.         number(s) dialed.  If a number is reached, it is removed from
  23.         the circular queue. Prefixes and suffixes are supported.
  24.  
  25. 3) Suffix support
  26.         All dialing prompts will now take the long distance codes
  27.         (previously called prefixes) as both prefixes and suffixes.
  28.         (i.e. +23, +12@, 55# etc).  Both prefixes and suffixes are
  29.         supported in the dialing dir, manual dialing, circular dialing
  30.         and the command files.
  31.  
  32. 4) CMD file selection (CTRL-F5)
  33.         CMD files can now be selected from a scrolling window, or
  34.         entered by hand as before.  (typing the .CMD extension is
  35.         no longer required).
  36.  
  37. 5) Kermit server commands (ALT-K)
  38.         3 basic Kermit server commands are now supported.  They include
  39.         Finish, Logout and Remote Directory.
  40.  
  41. 6) Terminal emulation enhancements
  42.         A) VT-100
  43.            This emulation is MUCH improved.  Bugs have been fixed and
  44.            we now support scrolling region, origin, index, reverse index,
  45.            graphics character set, etc.. 132 COL mode is still not supported.
  46.  
  47.         B) IBM 3101
  48.            Added support for erase end of screen, scroll ON/OFF hardware
  49.            switch emulation.
  50.  
  51.         C) Televideo 950
  52.            Much improved.  Support added for graphics character set,
  53.            all display attributes, user loaded status line, and a few
  54.            "behind the scenes" fixups.
  55.  
  56. 7) XMODEM "relaxed mode"
  57.         Support added for "relaxed" XMODEM timing. (needed with CompuServe).
  58.         Select from the SETUP screen (ALT-S) or thru a command file.
  59.  
  60. 8) SETUP Screen (ALT-S)
  61.         Mostly self explanatory.  'Line wrap' controls whether or note lines
  62.         longer than 80 chars will wrap or be truncated.  'Scroll' is for
  63.         compatablity with certain protocol converters and should normally
  64.         be on.  If you don't know what the Kermit parameters are don't mess
  65.         with them.
  66.  
  67. 9) Screen writing method
  68.         User setable.  Use BIOS for running with multi-tasking environments
  69.         or for running in "the background".  Use DIRECT (direct video buffer
  70.         writes) for most cases. Can set into BIOS mode with /M command
  71.         switch.
  72.  
  73. 10) Translate table (ALT-W)
  74.         A translate table for stripping and/or replacing incoming
  75.         characters.
  76.  
  77. 11) 19,200 baud
  78.         Support has been added for 19.2K baud.
  79.  
  80. 12) Editor (ALT-A)
  81.         Load and execute your favorite editor/word processor from within
  82.         ProComm.  Set from the SETUP screen.
  83.  
  84. 13) New CMD file commands
  85.         %F"number" - set comm parms.  Use same numbers as in Alt-P which
  86.                      have changed.
  87.         %KF     - Kermit FINISH server command
  88.         %KL     - Kermit LOGOUT server command
  89.         %KD     - Kermit DIRECTORY server command
  90.         %N"prompt" - prompt for user input to send (appends CR)
  91.         %OD     - Direct screen writes
  92.         %OB     - BIOS screen writes
  93.         %ST"time"  - alarm time in secs
  94.         %U7     - Line wrap on
  95.         %U8     - Line wrap off
  96.         %U9     - Scroll on
  97.         %U0     - Scroll off
  98.         %XC     - XMODEM into relaxed mode
  99.         %XN     - XMODEM normal
  100.         %YP"number"   - ASCII upload pacing (in secs)
  101.         %YT"filename" - ASCII upload
  102.         %ZY     - Translate table on
  103.         %ZN     - Translate table off
  104.  
  105. Other odds and ends:
  106.  
  107. - Fileview and ASCII xfer colors and method changed to fix Compaq problems.
  108. - Extra CR in log file problem fixed.
  109. - TEF updated to take command line args.
  110. - Redial should work on modems that don't monitor DTR.
  111. - XMODEM timing modified.
  112. - XMODEM will change parms if not at N/8/1.
  113. - ALT-B colors changed for B/W users.
  114. - Fixed error handling on disk full.
  115. - Functions may be called directly from the help screen.
  116. - ProComm will now exit in the same directory it started in.
  117. - Probably some other odds and ends I can't think off right now.
  118.  
  119. Remember, we are moving in December and the BBS will be down a month
  120. or so.  Leave us mail on Mike Johnson's Computer Aide BBS or Sal Manaro's
  121. Underdog BBS.
  122.  
  123. Thanks to everyone for ideas, bugs, info and cash.  Special thanks to
  124. Sal Manaro, Mike Johnson, Ken Shackelford, Dave Staehlin, Nick Pupillo,
  125. Pat Garrett, Bob Cole and especially John O'Boyle.
  126.  
  127.  
  128.  
  129.  
  130.  
  131.